![]() |
DragReceiveHandlerProcPtr |
||||
Header: | Drag.h | Carbon status: | Supported | |
typedef OSErr(* DragReceiveHandlerProcPtr) ( WindowRef theWindow, void *handlerRefCon, DragRef theDrag );
You would declare your function like this if you were to name it MyDragReceiveHandlerCallback:
OSErr MyDragReceiveHandlerCallback ( WindowRef theWindow, void *handlerRefCon, DragRef theDrag );
A result code.
Supported in Carbon.
© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)